Matthias Klose [Fri, 5 Feb 2021 13:46:56 +0000 (13:46 +0000)]
distutils-sysconfig
# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
Matthias Klose [Fri, 5 Feb 2021 13:46:56 +0000 (13:46 +0000)]
distutils-install-layout
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
Matthias Klose [Fri, 5 Feb 2021 13:46:56 +0000 (13:46 +0000)]
python3.9 (3.9.1-4) unstable; urgency=medium
* Update to the 3.9 branch 2021-02-04.
* Fix issue #43030, compiler warning in Py_UNICODE_ISSPACE with
signed wchar_t. Closes: #961396.
* Depend on media-types instead of mime-support. Closes: #981016.
* Fix permissions and group for local directories. Closes: #962422.